home *** CD-ROM | disk | FTP | other *** search
- // Persistence of Vision Raytracer
- #include "shapes.inc"
- #include "colors.inc"
- #include "textures.inc"
-
- // Trace time for 320*200 on 486DX33 is 00:02:28
-
- //----------------------- Definitions start here -----------------------
-
- #declare lamp_C1 = texture {Shiny colour Brown} // used after RAW
- #declare LatheWorkTex = texture {Shiny colour Brown} // used for POVRAY
- #declare LatheWork =
- #include "lamp.inc"
-
- #declare Look_At = <251.500000 0 0> // Center of object
- #declare Location = <251.500000 0 -503.000000> // Good camera position
-
- //----------------------- Display starts here --------------------------
-
- camera {
- location Location
- direction <0.0 0.0 1.0>
- up <0.0 1.0 0.0>
- right <1.33333 0.0 0.0>
- look_at Look_At
- }
-
- composite { LatheWork }
-
- object { light_source { < 1210.000002622604 1450.200003147125 -1570.300003409386 > colour White } }
- object { light_source { < -100.0 1450.200003147125 -1570.300003409386 > colour White } }